how to add an image to a gui in java windowbuilder

134

how to add an image to a gui in java windowbuilder -

frame.add(new JLabel(new ImageIcon("Path/To/Your/Image.png")));

Comments

Submit
0 Comments